grub bootloaderのNVRAMエントリが飛んだ際の復旧方法
USBからgrubを起動するか、HPのPCの場合F9キーでBoot Managerからgrubを起動するか
code:grub
ls (hd1,gpt1)/ # verify
set root=(hd1,gpt1)
chainloader /efi/artix/grubx64.efi
boot
起動後
code:bash
sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --boot-directory=/boot --recheck
sudo efibootmgr # verify